| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf | |
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.module.rfid.uhf.types |
| Modifier and Type | Method and Description |
|---|---|
abstract SelectFlag |
ATRfidUhf.getSelectFlag()
The RFID UHF module of the device returns the status of the Select Flag of the tag to be read by the Inventory operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATRfidUhf.setSelectFlag(SelectFlag flag)
The RFID UHF module of the device sets the status of the Select Flag of the tag to be read by the Inventory operation.
|
| Modifier and Type | Method and Description |
|---|---|
SelectFlag |
ATRfidUhfATM.getSelectFlag() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATRfidUhfATM.setSelectFlag(SelectFlag flag) |
| Modifier and Type | Method and Description |
|---|---|
static SelectFlag |
SelectFlag.valueOf(int code) |
static SelectFlag |
SelectFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectFlag[] |
SelectFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|